projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58ae2f4
)
Remove abort from exif. Steve says we still mishandle time zones, but we've
author
Robert Lipe
<robertlipe@gpsbabel.org>
Sun, 3 Jan 2016 01:35:26 +0000
(19:35 -0600)
committer
Robert Lipe
<robertlipe@gpsbabel.org>
Sun, 3 Jan 2016 01:35:26 +0000
(19:35 -0600)
probably always mishandled time zones and this is clearly a seldom used
code path.. :-/
exif.cc
patch
|
blob
|
history
diff --git
a/exif.cc
b/exif.cc
index 7c0fee3ff5e71c864fab3100291fad2fbd26d16b..1477690a5f29ebcdae201ca21705ec4264783d39 100644
(file)
--- a/
exif.cc
+++ b/
exif.cc
@@
-1390,7
+1390,7
@@
exif_wr_init(const char* fname)
if (exif_time_ref == 0) {
fatal(MYNAME ": No valid timestamp found in picture!\n");
}
-abort();
+
QString filename(fname);
filename += ".jpg";
fout = gbfopen_be(filename, "wb", MYNAME);